cargo.git
2014-07-31 Alex CrichtonImplement cargo-update
2014-07-31 Alex CrichtonTouch up some documentation around commands
2014-07-31 Alex CrichtonAdd a small profiling framework
2014-07-31 Alex CrichtonAvoid executing git in fingerprint()
2014-07-31 Alex CrichtonOptimize freshness of git repos
2014-07-31 Alex CrichtonBe sure to not emit a lone `?` in a URL
2014-07-31 Alex CrichtonUse sources from the lockfile
2014-07-31 Alex CrichtonUse precise if it's there
2014-07-31 Alex CrichtonFix all tests and rebase conflicts
2014-07-31 Tim Carey-SmithSuccessfully roundtrip the lockfile
2014-07-31 Tim Carey-SmithICE
2014-07-31 Tim Carey-SmithWIP
2014-07-31 Tim Carey-Smith[WIP] Generate Cargo.lock on successful resolve
2014-07-30 borsauto merge of #298 : alexcrichton/cargo/readme, r=wycats
2014-07-30 borsauto merge of #297 : alexcrichton/cargo/url, r=wycats
2014-07-30 borsauto merge of #295 : alexcrichton/cargo/snapshots,...
2014-07-30 Alex CrichtonUpdate the README with current information
2014-07-30 Alex CrichtonMigrate from liburl to rust-url
2014-07-30 Alex CrichtonRegister new snapshots
2014-07-29 borsauto merge of #290 : omasanori/cargo/makefile, r=alexcr...
2014-07-29 borsauto merge of #285 : alexcrichton/cargo/fix-cargo-doc...
2014-07-29 borsauto merge of #255 : michaelsproul/cargo/missing-pkg...
2014-07-29 borsauto merge of #286 : benizi/cargo/fix/update-build...
2014-07-29 OGINO MasanoriRemove duplicated ${DESTDIR}.
2014-07-29 Michael SproulImprove the error message for missing packages.
2014-07-29 borsauto merge of #283 : alexcrichton/cargo/fix-fresh-plugi...
2014-07-29 Benjamin R... Update README with new build instructions
2014-07-29 Alex CrichtonDon't blow away target/doc
2014-07-29 Alex CrichtonCorrectly preserve plugin deps
2014-07-29 borsauto merge of #277 : alexcrichton/cargo/add-configure...
2014-07-29 Alex CrichtonAdd a configure script
2014-07-29 borsauto merge of #282 : alexcrichton/cargo/fix-some-cross...
2014-07-29 Alex CrichtonFix some dep errors with cross-compiled plugins
2014-07-28 borsauto merge of #281 : alexcrichton/cargo/no-more-warning...
2014-07-28 Alex CrichtonDeny all warnings when building cargo
2014-07-28 borsauto merge of #266 : alexcrichton/cargo/docopt, r=wycats
2014-07-28 Alex CrichtonMove from hammer to docopt for option parsing
2014-07-28 borsauto merge of #268 : alexcrichton/cargo/issue-267,...
2014-07-28 borsauto merge of #254 : alexcrichton/cargo/cargo-doc,...
2014-07-28 borsauto merge of #265 : alexcrichton/cargo/issue-261,...
2014-07-28 borsauto merge of #276 : alexcrichton/cargo/fix-exe, r...
2014-07-28 Alex CrichtonCorrectly discover exe suffix through rustc
2014-07-28 Alex CrichtonAdd a cargo-doc command
2014-07-26 borsauto merge of #256 : alexcrichton/cargo/bootstrap,...
2014-07-26 Alex CrichtonBootstrap cargo with cargo
2014-07-26 Alex CrichtonInherit stdin when using `cargo run`
2014-07-25 Alex CrichtonPrint a message when a command receives a signal
2014-07-25 borsauto merge of #263 : rust-lang/cargo/transitive-deps...
2014-07-25 Carl LerchePass in initialized Source types into compile op
2014-07-25 borsauto merge of #260 : alexcrichton/cargo/issue-229,...
2014-07-25 Alex CrichtonBase get_fingerprint on a PackageId
2014-07-24 borsauto merge of #257 : alexcrichton/cargo/ld-lib-path...
2014-07-24 Alex CrichtonEnsure LD_LIBRARY_PATH is correct for plugins
2014-07-24 borsauto merge of #253 : jdeseno/cargo/find-root-manifest...
2014-07-24 borsauto merge of #252 : rust-lang/cargo/pkg-version-env...
2014-07-24 Carl LercheSupply the crate version via ENV vars
2014-07-24 Joshua DeSenoReplace duplicate code for loading project manifest
2014-07-23 borsauto merge of #251 : alexcrichton/cargo/print-the-failu...
2014-07-23 Alex CrichtonEnsure a message is printed on test failure
2014-07-23 Alex CrichtonAllow omitting part of the output of a process
2014-07-23 borsauto merge of #249 : alexcrichton/cargo/fix-test-twice...
2014-07-23 Alex CrichtonOnly copy over the native output directory once
2014-07-23 Alex CrichtonPrint unknown errors with --verbose
2014-07-23 Alex CrichtonFix `cargo test` with a dylib when run twice
2014-07-23 borsauto merge of #250 : alexcrichton/cargo/test-deps,...
2014-07-23 Alex CrichtonEnsure binaries are present for tests
2014-07-23 Alex CrichtonFix integration tests with same names as libs
2014-07-23 Alex CrichtonFix dependencies during tests
2014-07-23 Alex CrichtonDon't pass around Option<&[T]> for libs/bins
2014-07-23 borsauto merge of #248 : alexcrichton/cargo/issue-225,...
2014-07-23 Alex CrichtonAdd `cargo new` to the `cargo help` message
2014-07-23 Alex CrichtonFilter the current package out of override paths
2014-07-23 borsauto merge of #246 : alexcrichton/cargo/issue-227,...
2014-07-23 borsauto merge of #247 : alexcrichton/cargo/extern-myself...
2014-07-23 Alex CrichtonFix crates with the same name as standard crates
2014-07-22 borsauto merge of #240 : alexcrichton/cargo/cargo-new,...
2014-07-22 Alex CrichtonImplement cargo-new
2014-07-22 Alex CrichtonDon't rename a directory to a directory
2014-07-22 borsauto merge of #245 : alexcrichton/cargo/fix-fresh,...
2014-07-22 Alex CrichtonFix travis builds
2014-07-22 Alex CrichtonUse a hash for -C metadata instead of a string
2014-07-22 borsauto merge of #242 : alexcrichton/cargo/issue-111,...
2014-07-22 borsauto merge of #241 : alexcrichton/cargo/fix, r=wycats
2014-07-22 borsauto merge of #238 : alexcrichton/cargo/cstr-builder...
2014-07-22 Alex CrichtonAdd a test for closed issue #111
2014-07-22 Alex CrichtonCorrect a typo in layout preparation
2014-07-22 borsauto merge of #237 : cburgdorf/cargo/fix_deprecation_wa...
2014-07-22 Christoph Burgdorfremove deprecated lexical_ordering() usage
2014-07-22 borsauto merge of #235 : rust-lang/cargo/better-test-output...
2014-07-22 Alex CrichtonFix windows tests
2014-07-22 Alex CrichtonUse Path::display().to_string() less often
2014-07-22 Alex CrichtonMove git macros to using `arg()`
2014-07-22 Alex CrichtonSimplify the ProcessBuilder struct
2014-07-21 borsauto merge of #236 : cburgdorf/cargo/kill_lifetimes...
2014-07-21 Christoph Burgdorfkill unnecessary lifetime annotations
2014-07-21 Yehuda KatzImprove test output
2014-07-21 Yehuda KatzImprove error message on failed compile
2014-07-21 borsauto merge of #224 : alexcrichton/cargo/canonical-hash...
2014-07-21 borsauto merge of #222 : alexcrichton/cargo/no-cargo-toml...
2014-07-21 borsauto merge of #232 : bkoropoff/cargo/fix-repeated-cargo...
next